FlexGrid for WinRT
RegisterUpdateCallback(Int32,TypedEventHandler<C1FlexGrid,CellContentChangingEventArgs>) Method

Registers the event handler to be called again during the specified phase.
Syntax
'Declaration
 
Public Overloads Sub RegisterUpdateCallback( _
   ByVal phase As System.Integer, _
   ByVal callback As Windows.Foundation.TypedEventHandler(Of C1FlexGrid,CellContentChangingEventArgs) _
) 
public void RegisterUpdateCallback( 
   System.int phase,
   Windows.Foundation.TypedEventHandler<C1FlexGrid,CellContentChangingEventArgs> callback
)

Parameters

phase
callback
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CellContentChangingEventArgs Class
CellContentChangingEventArgs Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum  |   Documentation Feedback